xen: Remove droppings from a previous patch.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 29 Mar 2007 17:19:10 +0000 (18:19 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 29 Mar 2007 17:19:10 +0000 (18:19 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/common/domain.c
xen/include/xen/sched.h

index 47e7da73b30f24fc7f28781f446e91ad599128a7..9f1648fed549acc3c54f54535277d6b0baf92ab7 100644 (file)
@@ -356,8 +356,6 @@ void domain_pause_for_debugger(void)
     send_guest_global_virq(dom0, VIRQ_DEBUGGER);
 }
 
-__attribute__ ((weak)) void domain_debug_state_changed(struct domain *d) { }
-
 /* Complete domain destroy after RCU readers are not holding old references. */
 static void complete_domain_destroy(struct rcu_head *head)
 {
index 33071104e589b9302176c08b02779471fa5b0143..1484c34f68ecbd1e03e2527de9ecda428857b439 100644 (file)
@@ -333,7 +333,6 @@ void domain_destroy(struct domain *d);
 void domain_kill(struct domain *d);
 void domain_shutdown(struct domain *d, u8 reason);
 void domain_pause_for_debugger(void);
-void domain_debug_state_changed(struct domain *d);
 
 /*
  * Mark specified domain as crashed. This function always returns, even if the